home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / dvi2ps.man < prev    next >
Encoding:
Text File  |  1989-05-15  |  5.4 KB  |  199 lines

  1.  
  2.  
  3.  
  4. DVI2PS                    User Commands                    DVI2PS
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      dvi2ps  - convert a DVI file to PostScript
  10.  
  11. SSYYNNOOPPSSIISS
  12.      dvi2ps [ -p ] [ -s ] [ -r ] [ -a pxldir ]  [-f n]  [-t n]
  13.      [-m n] dvifile[.dvi]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      This program converts a DVI file to PostScript, and writes
  17.      the result to standard output.  The result requires a small
  18.      amount of PostScript source to precede it to the printer,
  19.      before it can be successfully printed.
  20.  
  21. AARRGGUUMMEENNTTSS
  22.      --pp          - _d_o _n_o_t _p_r_e_l_o_a_d _f_o_n_t _i_n_f_o_r_m_a_t_i_o_n.  Occasionally
  23.                  there may be insufficent memory to hold the
  24.                  information about all of the fonts in the sys-
  25.                  tem.  Portions of the document may be converted
  26.                  by including the -p option on the command line.
  27.                  This will prevent the preloading of all fonts
  28.                  into the system and instead use demand loading
  29.                  of the font tables.
  30.  
  31.      --ss          - _t_u_r_n _o_n _p_r_i_n_t_i_n_g _o_f _s_t_a_t_i_s_t_i_c_s.  Some versions
  32.                  of dvi2ps will optionally print statistics about
  33.                  font usage and some other information that is
  34.                  generally only interesting to developers.  On
  35.                  these systems, -s turns on the statistics print-
  36.                  ing.
  37.  
  38.      --rr          - _s_t_a_c_k _p_a_g_e_s _i_n _r_e_v_e_r_s_e _o_r_d_e_r.  Normally, the
  39.                  DVI pages are processed in reverse order, with
  40.                  the result that they are stacked in the correct
  41.                  order in the output tray.  This option reverses
  42.                  that.
  43.  
  44.      --aa _p_x_l_d_i_r   - _s_p_e_c_i_f_y _d_i_f_f_e_r_e_n_t _a_r_e_a _f_o_r _P_X_L _f_i_l_e_s.  Speci-
  45.                  fying ``--aa _p_x_l_d_i_r'' causes directory _p_x_l_d_i_r'' to
  46.                  be searched for all PPXXLL files, instead of the
  47.                  default directory.
  48.  
  49.      --ff _n        Specify a starting page number (this is a TeX
  50.                  page number,
  51.  
  52.      --tt _n        Specify an ending page number.
  53.  
  54.      --mm[_0_h_1_2_3_4]  Specify a magstep to use to print the document.
  55.                  This overrides whatever might be in the DVI
  56.                  file.
  57.  
  58.      --mm _n        Specify a magnification to use to print the
  59.                  document.  This should probably be one of the
  60.  
  61.  
  62.  
  63. Sprite v1.0                                                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DVI2PS                    User Commands                    DVI2PS
  71.  
  72.  
  73.  
  74.                  magic numbers 1000, 1095, 1200, 1440, 1728, but
  75.                  no checking is done.  Note: if your site does
  76.                  not have the complete set of 300 dpi fonts, this
  77.                  option might be disabled.
  78.  
  79. NNOOTTEESS
  80.      TeX output (.dvi files) can be printed directly to most
  81.      printers using the standard _l_p_r(_1) interface, with the --dd
  82.      option to inform it that you are printing a .dvi file.
  83.      _D_v_i_2_p_s is the converter used for PostScript printers inter-
  84.      nally by the line printer daemon, so it (along with the pro-
  85.      logue file) must be installed on the host which spools for
  86.      the printer.
  87.  
  88.      Not all fonts are available in the resolution needed to
  89.      display on the laser printer;  when a missing font is
  90.      encountered, _d_v_i_2_p_s will continue to process your dvi file,
  91.      and and will log a warning message.  Gaps will appear in the
  92.      document where the missing characters should have been.
  93.  
  94.      It can take up to 60 seconds for the first page to be out-
  95.      put.  After a head of steam has been built up, it can roll
  96.      along at 5-10 seconds per page.
  97.  
  98.      PostScript and TranScript are trademarks of Adobe Systems,
  99.      Inc.
  100.  
  101. FFIILLEESS
  102.      *.dvi                         TeX DeVice Independent output
  103.                                    file
  104.  
  105.      /usr/local/fonts/pixel        TeX default font rasters
  106.                                    directory
  107.  
  108.      /usr/local/lib/ps/psdvi.pro   PostScript header for the con-
  109.                                    verted code.
  110.  
  111. SSEEEE AALLSSOO
  112.      tex(l) lpr(1)
  113.  
  114. BBUUGGSS
  115.      Probably too numerous to mention.
  116.  
  117.      There is likely a limit to the size of documents that can be
  118.      printed (at least, on the Apple LaserWriter).  If you get
  119.      VMerrors reported when printing, use the `-f' and `-t'
  120.      options, to select a range of pages.  The exact limit is
  121.      unknown, but is probably well in excess of 50 pages for
  122.      ``normal'' documents, decreasing with number of different
  123.      fonts used, size of fonts, etc.
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0                                                     2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. DVI2PS                    User Commands                    DVI2PS
  137.  
  138.  
  139.  
  140. AAUUTTHHOORR((ss))
  141.      Mark Senn wrote the early versions of this program for the
  142.      BBN BitGraph.  Stephan Bechtolsheim, Bob Brown, Richard
  143.      Furuta, James Schaad and Robert Wells improved it.  Norm
  144.      Hutchinson ported the program to the Sun.  Neal Holtz ported
  145.      it to the Apollo, and then to produce PostScript.  Local
  146.      modifications were done by Van Jacobson of Lawerence Berke-
  147.      ley Laboratory.
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. Sprite v1.0                                                     3
  196.  
  197.  
  198.  
  199.